UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Samba must be configured to use an authentication mechanism other than "share."


Overview

Finding ID Version Rule ID IA Controls Severity
V-22499 GEN006225 SV-40295r2_rule Medium
Description
Samba share authentication does not provide for individual user identification and must not be used.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-02-26

Details

Check Text ( C-39147r2_chk )
Check the security mode of the Samba configuration. Default locations for this file include /etc, /etc/sfw, /etc/samba, and /etc/sfw/samba. If the system has Samba installed in non-standard locations, also check the smb.conf in those locations.

Procedure:
# grep -i security /etc/smb.conf /etc/sfw/smb.conf /etc/samba/smb.conf /etc/sfw/samba/smb.conf
If the security mode is share, this is a finding.
Fix Text (F-34292r2_fix)
Edit the smb.conf file and change the security setting to user or another valid setting other than share.